Xceed Toolkit Plus for WPF v4.6 Documentation
Increment Property (NumericUpDown<T>)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > NumericUpDown<T> Class : Increment Property
Gets or sets the amount in which to increment the value.
Syntax
'Declaration
 
Public Property Increment As T
'Usage
 
Dim instance As NumericUpDown(Of T)
Dim value As T
 
instance.Increment = value
 
value = instance.Increment
public T Increment {get; set;}

Property Value

the amount in which to increment the value.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NumericUpDown<T> Class
NumericUpDown<T> Members